home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / diskfile / ofiles11.sit / OpenFileSpy 1.1 Help / card_4868.txt < prev    next >
Encoding:
Text File  |  1990-12-04  |  2.0 KB  |  69 lines

  1. -- card: 4868 from stack: in.1 Help
  2. -- bmap block id: 5368
  3. -- flags: 0000
  4. -- background id: 2665
  5. -- name: Version 1.1
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   set visible of background button "Forward But" to true
  9.   set visible of background button "Backward But" to false
  10. end OpenCard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=347 top=109 right=122 bottom=406
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: New Button
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   push card
  29.   visual effect zoom out
  30.   go to card "Shut File"
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 0000
  38. -- rect: left=230 top=253 right=267 bottom=311
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: New Button
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   push card
  50.   visual effect zoom out
  51.   go to card "Selection Rules"
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part contents for background part 1
  57. ----- text -----
  58. Version 1.1 -- Changes
  59.  
  60. -- part contents for background part 2
  61. ----- text -----
  62. To the user, there aren't many changes.
  63.  
  64. ΓÇó You are now asked to verify your intent when you try to shut a file.  This should prevent accidental shutting of files (like the system file!).
  65.  
  66. ΓÇó The scroll bars on the File List are drawn correctly during Multifinders' layer switches.
  67.  
  68. ΓÇó The List Manager is no longer used.  There was a "funny" interaction happening between the List Manager, memory allocation, and something else in my program that was causing the worst kind of crashes: I could change any line any where and change the nature of the crash!  So, in a fit of frustration, I canned the list manager and wrote my own.  This means that item selection has changed.  For example, you can no longer drag over a buch of files, you must select them individually.
  69.